Revert "gtk/meson.build: Fix linking on Visual Studio 2013"
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 25 May 2021 04:33:08 +0000 (12:33 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 14 Dec 2021 02:29:28 +0000 (10:29 +0800)
commite2b4108377b65cb2a0868e35b5e8d562991d734a
treef8a09b4213d7e786ea9e7f2ce529b0db8d99720d
parentc9cf7b1e0865355d20e9288a9ebfcce701ae89c1
Revert "gtk/meson.build: Fix linking on Visual Studio 2013"

We now require a Pango version that requires Visual Studio 2015 or later to
build, and non-UCRT-based (VS2013) binaries may not bode well with
UCRT-based binaries (VS2015+). Drop the support for VS2013 as a result.

This reverts commit e208e0e07886248d4d86118aa5591c9882f0ed5c.
gtk/meson.build